home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / pcgames / EMERGY / BC5 / EXAMPLES / SERIES / MULTIPAD / readme.txt
Text File  |  1997-03-25  |  1KB  |  30 lines

  1. MULTIPAD - Based on BarMDI
  2.  
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7.  
  8. Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  9.  
  10. PURPOSE:
  11.     Show a basic editor MDI application with a tool bar and status bar.
  12.  
  13. USES:
  14.     Based on BarMDI
  15.  
  16. COMMENTS:
  17.  
  18. MODULE MAP:
  19.     Dispatch- Message dispatching routines
  20.     WinMain - Calls initialization functions and processes the message loop
  21.     BarMDI  - Implements the windows procedure for the main application window
  22.     Init    - Performs application and instance specific initialization
  23.     About   - Defines a standard about dialog box.
  24.     Misc    - Defines the applications specific commands not related to
  25.                 a specific module.
  26.     MDIChild- Creates the MDI client window and the MDI Children.  Also it 
  27.                 contains the window procedure for the MDI children
  28.     ToolBar - Creates the toolbar and processes ToolTips notifications.
  29.     StatBar - Creates and manages the status bar.
  30.